x86: minor adjustment to asm constraint in get_page()
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 12 Jun 2008 15:17:19 +0000 (16:17 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 12 Jun 2008 15:17:19 +0000 (16:17 +0100)
commitf61465ef8b3a201c7c2f55fc77a58477e2953b7c
treeabaa7d5512abe9d2dbe7bebf37dd4d0979d4a371
parentce095724dd15a17215a4e04453dc322dac77d8db
x86: minor adjustment to asm constraint in get_page()

While not wrong, avoiding the unnecessary output allows the compiler a
little more freedom.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/mm.c